home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / sendmail / sendmail.ini < prev   
INI File  |  2005-02-13  |  1KB  |  36 lines

  1. ; configuration for fake sendmail
  2.  
  3. [sendmail]
  4.  
  5. ; you must change mail.mydomain.com to your smtp server
  6.  
  7. smtp_server=localhost
  8.  
  9. ; the default domain for this server will be read from the registry
  10. ; this will be appended to email addresses when one isn't provided
  11. ; if you want to override the value in the registry, uncomment and modify
  12.  
  13. ;default_domain=
  14.  
  15. ; log smtp errors to error.log (defaults to same directory as sendmail.exe)
  16. ; uncomment to enable logging
  17.  
  18. ;error_logfile=error.log
  19.  
  20. ; create debug log as debug.log (defaults to same directory as sendmail.exe)
  21. ; uncomment to enable debugging
  22.  
  23. ;debug_logfile=debug.log
  24.  
  25. ; if your smtp server requires authentication, uncomment and modify the
  26. ; following two lines
  27.  
  28. ;auth_username=
  29. ;auth_password=
  30.  
  31. ; to force the sender to always be the following email address, uncomment and
  32. ; populate with a valid email address.  this will only affect the "MAIL FROM"
  33. ; command, it won't modify the "From: " header of the message content
  34.  
  35. ;force_sender=Administrator@localhost
  36.